|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.centerkey.utils.BareBonesBrowserLaunch
public class BareBonesBrowserLaunch
Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application
in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP
Example Usage:
Latest Version: http://www.centerkey.com/java/browser
String url = "http://www.google.com/";
BareBonesBrowserLaunch.openURL(url);
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
| Constructor Summary | |
|---|---|
BareBonesBrowserLaunch()
|
|
| Method Summary | |
|---|---|
static void |
openURL(java.lang.String url)
Opens the specified web page in a web browser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BareBonesBrowserLaunch()
| Method Detail |
|---|
public static void openURL(java.lang.String url)
url - An absolute URL of a web page (ex: "http://www.google.com/")
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||